home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / www_talk.930 / 000678_marca@wintermu….ncsa.uiuc.edu _Fri Feb 26 01:55:33 1993.msg < prev    next >
Internet Message Format  |  1994-01-24  |  2KB

  1. Return-Path: <marca@wintermute.ncsa.uiuc.edu>
  2. Received: from dxmint.cern.ch by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  3.     id AA13476; Fri, 26 Feb 93 01:55:33 MET
  4. Received: from newton.ncsa.uiuc.edu by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
  5.     id AA06543; Fri, 26 Feb 1993 02:12:47 +0100
  6. Received: from wintermute.ncsa.uiuc.edu by newton.ncsa.uiuc.edu with SMTP id AA02615
  7.   (5.65a/IDA-1.4.2 for WWW-TALK@nxoc01.cern.ch); Thu, 25 Feb 93 19:12:45 -0600
  8. Received: by wintermute.ncsa.uiuc.edu (920110.SGI/911001.SGI)
  9.     for @newton.ncsa.uiuc.edu:WWW-TALK@nxoc01.cern.ch id AA23148; Thu, 25 Feb 93 19:14:31 -0800
  10. Date: Thu, 25 Feb 93 19:14:31 -0800
  11. From: marca@ncsa.uiuc.edu (Marc Andreessen)
  12. Message-Id: <9302260314.AA23148@wintermute.ncsa.uiuc.edu>
  13. To: Bill Janssen <janssen@parc.xerox.com>
  14. Cc: WWW-TALK@nxoc01.cern.ch, ebina@ncsa.uiuc.edu,
  15.         marca@ncsa.uiuc.edu (Marc Andreessen)
  16. Subject: Re: xmosaic experience
  17. In-Reply-To: <QfXKp_UB0KGWMv0cdR@holmes.parc.xerox.com>
  18. References: <8fXK84sB0KGW8v0Ycj@holmes.parc.xerox.com>
  19.     <9302252115.AA14957=guido@voorn.cwi.nl>
  20.     <9302260232.AA22468@wintermute.ncsa.uiuc.edu>
  21.     <QfXKp_UB0KGWMv0cdR@holmes.parc.xerox.com>
  22. X-Md4-Signature: 095ed02cabc72299d21fb872dd436ee3
  23.  
  24. Bill Janssen writes:
  25. > I finally looked at the X11R5 server source, and you're absolutely
  26. > right, the server is not allocating more than a screen-size of pixmap
  27. > for any one window, even a very big one.  Most of that time I was
  28. > looking at must have been spent parsing (but then why did `ps' show it
  29. > in the server?).
  30.  
  31. Because the Widget uses XTextExtents to figure out how big text chunks
  32. are (which makes sense, since they could be in any font).  Like I say,
  33. this should be faster in 0.9, since it won't have to do so much
  34. parsing, since I will be handling plaintext documents correctly, since
  35. annotation links will be handled separately from the document text
  36. itself.  I think.
  37.  
  38. Marc
  39.